body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:'Outfit',sans-serif;background-color:#FFFC00;color:#000}body{display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,0.03) 10px,rgba(0,0,0,0.03) 12px);position:relative}.container{position:relative;z-index:2;width:90%;max-width:600px;text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo-wrapper{width:120px;height:120px;background:#fff;border-radius:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,0.1);margin-bottom:1rem;transition:transform .3s ease}.logo-wrapper:hover{transform:scale(1.05)}img.logo{width:80px;height:auto;object-fit:contain}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;font-weight:700;margin:0;letter-spacing:-0.02em;text-shadow:0 2px 0 rgba(255,255,255,0.4)}p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.5;font-weight:500;margin:0;opacity:.85;max-width:480px}.cta-button{display:inline-block;background-color:#000;color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:999px;transition:all .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.15);border:2px solid transparent}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.2);background-color:#1a1a1a}.cta-button:active{transform:scale(0.98)}.ghost-shape{position:absolute;border-radius:50%;filter:blur(60px);z-index:1;opacity:.6}.g1{width:300px;height:300px;background:#fff;top:-10%;left:-10%}.g2{width:250px;height:250px;background:rgba(255,255,255,0.8);bottom:-5%;right:-5%}#cookie-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:90%;max-width:400px;background:#fff;padding:1rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.15);display:none;align-items:center;justify-content:space-between;gap:1rem;z-index:100;font-size:.9rem;border:1px solid rgba(0,0,0,0.05)}#cookie-banner p{font-size:.85rem;text-align:left;opacity:1;margin:0;color:#333}#cookie-btn{background:#000;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:99px;font-family:inherit;font-weight:700;cursor:pointer;font-size:.85rem;white-space:nowrap;transition:opacity .2s}#cookie-btn:hover{opacity:.8}@media(max-width:480px){h1{font-size:2.2rem}.container{width:95%;padding:1.5rem}.logo-wrapper{width:100px;height:100px}}